# IDE
.idea/
.vscode/

# Python cache
__pycache__/
*.py[cod]
*.so
.Python

# Virtual environments
env/
venv/
.venv/

# Build & distribution
*.egg-info/
dist/
build/

# OS junk
.DS_Store
Thumbs.db

# Test & temporary files (your tesst.py, temp.py, etc.)
*test*.py
temp.py
tesst.py
*_test.py

# Cache & coverage
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# Data files (not part of library)
*.json
*.xlsx
*.csv

# Local config
.env
