# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
venv/
ENV/
env/
.venv

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

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

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json

# Environment variables
.env
.env.local

# macOS
.DS_Store
.AppleDouble
.LSOverride

# Build artifacts
dist/
build/

# Coverage
coverage.json

# Linters
.ruff_cache/

# Temporary files
*.swp
*.swo
*~
