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

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

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

# Test / coverage artifacts
.pytest_cache/
.mypy_cache/
.ruff_cache/
.tox/
.coverage
htmlcov/
.coverage.*

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

# Environment / secrets
.env
.env.local
*.pem

# Logs
*.log
