# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
dist/
build/
*.whl
*.ipynb_checkpoints/

# Virtual environments
.venv/
venv/
env/

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

# Testing / tooling
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
.coverage

# Environment
.env

# OS
.DS_Store
Thumbs.db

# Playground
playground/.athenaeum/
