# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

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

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

# Testing & Coverage
.pytest_cache/
.coverage
htmlcov/
coverage.xml

# IDE & Editor
.vscode/
.idea/
*.swp
*.swo

# Environment variables
.env
.env.*
!.env.example

# OS files
.DS_Store
Thumbs.db
