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

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

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

# Type checking
.mypy_cache/

# Linting
.ruff_cache/

# Virtual environments
.venv/
venv/
env/

# Editors
.vscode/
.idea/
*.swp
*.swo

# Environment files
.env
.env.*
!.env.example

# macOS
.DS_Store
