Files
2025-08-15 20:12:35 -07:00

177 lines
1.6 KiB
Plaintext

# Python bytecode
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
*.pyd
*.pdb
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
coverage/
.tox/
.nox/
.coverage
.coverage.*
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
# Translations
*.mo
*.pot
# Django
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal
# Flask
instance/
.webassets-cache
# Scrapy
.scrapy
# Sphinx documentation
docs/_build/
doc/_build/
# PyBuilder
target/
# Jupyter Notebook
.ipynb_checkpoints
# IPython
profile_default/
ipython_config.py
# pyenv
.python-version
# pipenv
Pipfile.lock
# poetry
poetry.lock
# PDM / PEP 582
__pypackages__/
# Celery
celerybeat-schedule
celerybeat.pid
# SageMath
*.sage.py
# dotenv
.env
.env.*
*.env
*.env.*
.envrc
# Virtual environments
.venv/
venv/
ENV/
env/
env.bak/
venv.bak/
virtualenv/
# direnv
.direnv/
# Rope
.ropeproject
# Spyder
.spyderproject
.spyproject
# mkdocs
site/
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# Pyre type checker
.pyre/
# pytype
.pytype/
# Cython debug symbols
cython_debug/
# Linters / type checkers
.ruff_cache/
.pyright/
# Editors and IDEs
.vscode/
.idea/
*.iml
# OS files
.DS_Store
Thumbs.db
Desktop.ini
$RECYCLE.BIN/
# Logs and temp
logs/
*.log
*.tmp
tmp/
temp/
# Cache
.cache/
# Binary outputs
*.bin
*.dat
# Project specific (adjust as needed)
.python_history