# Python bytecode
__pycache__/
*.py[cod]
*$py.class
*.pyc
*.pyo

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

# IDE files
.vscode/
.idea/

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
eggs/
.eggs/

# pytest cache
.pytest_cache/

# Coverage reports
.coverage
.coverage.*
htmlcov/
coverage.xml

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

# OS files
.DS_Store
Thumbs.db

# Log files
*.log
logs/
