kv-anki-connect/.gitignore
2025-06-06 15:10:15 +08:00

95 lines
1.0 KiB
Plaintext

# Byte-compiled / optimized / profiling files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.install-record.txt
MANIFEST
# PyInstaller
# Usually these files are created by pyinstaller command
build/
dist/
*.spec
# Installer logs
pip-log.txt
pipwin.log
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
# Jupyter Notebook
.ipynb_checkpoints
# IPython
profile_default/
ipython_config.py
# Django
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal
# Flask
instance/
.webassets-cache
# Scrapy project settings
.scrapy
# Sphinx documentation
docs/_build/
# PyBuilder
target/
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
__pypackages__/
# Celery beat schedule file
celerybeat-schedule
# SageMath parsed files
*.sage.py
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# VSCode
.vscode/