# Virtual environments
venv/
.venv/
env/

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

# IDE
.vscode/
*.code-workspace
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
.coverage
htmlcov/

# Distribution
*.tar.gz

# Ruff
.ruff_cache/

.env

# .cursor content not needed for everyone
.cursor/insights/*.md
.cursor/plans/*.md
.cursor/to-do/*.md
!.cursor/to-do/to-do_nomenclature.mdc