AiraPulsar/.gitigore
2025-03-10 03:10:22 +08:00

59 lines
547 B
Plaintext

# Python cache files
__pycache__/
*.py[cod]
# Distribution / packaging
.Python
env/
venv/
ENV/
env.bak/
venv.bak/
*.egg-info/
dist/
build/
# IDEs and editors
.vscode/
.idea/
*.swp
*.swo
*.sublime-workspace
*.sublime-project
*pyc
# Jupyter Notebook
.ipynb_checkpoints
# Pytest
.cache
*.cover
*.log
nosetests.xml
coverage.xml
*.cover
*.py,cover
# MyPy
.mypy_cache/
.dmypy.json
dmypy.json
# Pyre type checker
.pyre/
# C extensions
*.so
# Distribution files
*.egg
*.egg-info/
MANIFEST
# Other files
*.DS_Store
*.pdb
*.pyo
*.pyd
*.db
*.sqlite3