# Virtual environments
venv/
.venv/
env/

# Build / distribution
dist/
build/
*.egg-info/

# Python cache
__pycache__/
*.py[cod]

# Test / personal scripts
TEST.py

# Tools
.mypy_cache/
.ruff_cache/
.pytest_cache/

# IDE
.idea/
.vscode/

# Misc
.env
*.log