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

# Virtual environments
.venv
.env
venv/
ENV/

# Testing
.coverage
htmlcov/
.pytest_cache/

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

# Distribution / packaging
.Python
MANIFEST
*.manifest
*.spec