# Byte-compiled / optimized
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg

# Virtual environments
.venv/
venv/
env/

# uv
# Keep uv.lock checked in (reproducible builds).
.uv-cache/

# Testing / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
coverage.xml

# Type checkers
.mypy_cache/
.ruff_cache/

# Editors / IDEs
.idea/

# OS
.DS_Store
Thumbs.db

# FastATP runtime data
*.db
*.sqlite
*.sqlite3
.fastatp/

# Secrets
.env
.env.*
!.env.example
