# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv
venv/
env/
.env

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# Type checking
.mypy_cache/

# Distribution / packaging
*.egg
MANIFEST

# Docs
docs/_build/

# OS
.DS_Store
Thumbs.db

# Plans (internal)
.plans/

# External repositories (cloned for testing/integration)
external-repos/
