# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/

# Test / coverage artifacts
.coverage
.coverage.*
coverage.xml
htmlcov/
.pytest_cache/
.ruff_cache/

# Virtual environment
.venv/

# IDE
.idea/
.vscode/
*.swp

# Environment variables
.env
.env.*
!.env.example

# OS
.DS_Store
