# 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/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual Environment
.venv/
venv/
env/
ENV/

# Environment variables
.env
.env.*

# IDEs / Editors
.vscode/
.idea/
*.swp
*.swo
*.sublime-project
*.sublime-workspace

# OS files
.DS_Store
Thumbs.db

# Logs
*.log
logs/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
.mypy_cache/
.pyre/
.hypothesis/

# Type checking
.dmypy.json

# Jupyter Notebook
.ipynb_checkpoints/

# FastAPI / Uvicorn
uvicorn.log

# SQLite database
*.db
*.sqlite3

# Temporary files
*.tmp
*.temp
temp/

# Cache
.cache/

# PyCharm
.idea/

# VSCode settings
.vscode/

# macOS
.AppleDouble
.LSOverride

# Linux
*~

# Windows
Desktop.ini

# Secrets / Keys
*.pem
*.key
secrets.json

# Build artifacts
*.manifest
*.spec

# mypy
.mypy_cache/

# Ruff
.ruff_cache/

# Coverage reports
coverage.xml

# Local config
config.local.py