# Byte-compiled / optimized / DLL 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
*.egg
MANIFEST

# PyInstaller
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/

# Django
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal
media/
staticfiles/

# Flask
instance/
.webassets-cache

# Environments
.env
.env.*
.venv
venv/
ENV/
env/
.python-version

# Type checkers / linters
.mypy_cache/
.dmypy.json
dmypy.json
.ruff_cache/
.pyre/
.pytype/

# Editors / IDEs
.idea/
.vscode/
*.swp
*.swo
*~

# macOS
.DS_Store

# Project specific
examples/*/db.sqlite3
examples/*/.env
examples/*/logs/

# Private keys and sensitive files (NEVER commit these!)
*-keypair.json
*.keypair.json

# Documentation builds
docs/_build/
docs/_static/
docs/_templates/
site/

