# IDEs
.vscode/
.idea/
__debug_bin
*.swp
*.swo
*~

# Python cache files
__pycache__/
*.egg-info/

# Build artifacts
build/
dist/
*.whl

# Testing / coverage
.pytest_cache/
.coverage
.coverage.*
coverage.xml
coverage.json
htmlcov/
.tox/
.nox/
.benchmarks/
benchmark-results.json

# Type checking
.mypy_cache/
.pytype/

# Documentation build
docs/_build/

# Environment / secrets
.env
.env.*
.env.local
*.local

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

# uv
.uv/

# Jupyter
.ipynb_checkpoints/

# OS
.DS_Store
Thumbs.db
