# Python
__pycache__/
*.pyc
*.pyo
*$py.class
*.so

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

# Environment variables
.env

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

# Test / cache
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Editors
.vscode/
.idea/
*.swp

# OS
.DS_Store
Thumbs.db

# Archived source
legacy/
