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

# Virtual environments
.venv/
venv/
env/

# Build artifacts
openapi.json

# Testing
.pytest_cache/
.coverage
htmlcov/

# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

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

# Planning (internal project management)
.planning/

# Misc
ls
-la
