# Dependencies
.venv/
venv/
__pycache__/
*.pyc
*.pyo
*.pyd

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

# Logs
*.log

# Environment files
.env
.env.local
*.env.*

# Coverage reports
.coverage
coverage/
htmlcov/

# IDE files
.vscode/
.idea/
*.swp
*.swo
*.tmp

# OS files
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
.mypy_cache/

# Temp
tmp/
temp/

# Docs
docs/

# Other
.ruff_cache
.kilo
.qoderignore