You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
software/software/.gitignore

22 lines
171 B

# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
venv/
# Database
zhitu.db
*.db
# Audio data (large files)
*.wav
# Generated results
results/
# IDE
.idea/
.vscode/
*.iml