# Virtual environments
.venv/
venv/
env/

# Python cache
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so

# Build artifacts
dist/
build/
*.egg-info/
*.egg
MANIFEST

# Test / coverage
.pytest_cache/
.coverage
htmlcov/
.tox/

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

# OS
.DS_Store
Thumbs.db

# Benchmark outputs
bench-out/
*.csv

# Jupyter
.ipynb_checkpoints/