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

# Build artifacts
build/
dist/
*.egg-info/
*.egg

# Virtual envs
.venv/
venv/
env/

# Testing
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

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

# Don't commit secrets
.env
.env.local
