# Python cache
__pycache__/
*.py[cod]

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

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

# PyInstaller / packaging
*.manifest
*.spec

# Testing
.pytest_cache/
.coverage
htmlcov/

# IDE / editors
.vscode/
.idea/
*.swp

# OS files
.DS_Store
Thumbs.db

# Project-specific
scripts/
result/
data/
dev_tests/
