# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Virtual Environments
venv/
env/
ENV/
.venv/

# Distribution / packaging
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
*.manifest
*.spec

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
.hypothesis/
.mutmut-cache/

# MyPy / Pyright
.mypy_cache/
.dmypy.json
dmypy.json
.pytype/
pyrightconfig.json.user

# Ruff
.ruff_cache/

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

# Environment variables
.env
.env.local
.env.*.local

# Database
*.db
*.sqlite
*.sqlite3

# Alembic
alembic/versions/*.py
!alembic/versions/.gitkeep

# Logs
logs/
*.log

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version.local

# Celery
celerybeat-schedule
celerybeat.pid

# SageMath parsed files
*.sage.py

# Profiling
.prof

# Security
# Note: .secrets.baseline should be tracked in git (it's the baseline for detect-secrets)

# Local development
.DS_Store
Thumbs.db

# Solokit session tracking
.session/
