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

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

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

# Testing
.pytest_cache/
.coverage
htmlcov/
coverage.xml

# Linting / Type checking
.ruff_cache/
.mypy_cache/

# OS
.DS_Store
Thumbs.db

# Secrets
.env
.env.*
*.pem
*.key

# Loom output (optional - uncomment if you don't want to commit)
# .context/
