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

# Testing
.pytest_cache/
.coverage
coverage.json
htmlcov/

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

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

# Ruff cache
.ruff_cache/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db
