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

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

# Testing and coverage
.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
.tox/

# Type checking and linting
.mypy_cache/
.ruff_cache/
.pyright/

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

# OS
.DS_Store
Thumbs.db

# Secrets - never commit
.env
*.env
!.env.example
!*.env.example

# Project
logs/
*.log
tmp/
out/
