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

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

# Virtual environments
.venv/
venv/
env/
ENV/

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

# Linting / type-checking
.ruff_cache/
.mypy_cache/
.pyre/

# IDE / editor
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Secrets — never commit
.env
.env.local
.env.*.local
*.pem
*.key
