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

# Python
__pycache__/
*.py[cod]
*$py.class
*.so

# Virtual environments
.venv/
venv/
ENV/

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

# OS
.DS_Store
Thumbs.db

# Testing
.tox/
.pytest_cache/
htmlcov/
.coverage

# Build artifacts
*.whl
*.tar.gz
