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

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

# Virtual environments
.venv/
venv/
ENV/

# Testing
.pytest_cache/
htmlcov/
.coverage
.coverage.*
coverage.xml

# Linting
.ruff_cache/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.project
.settings/

# OS
.DS_Store
Thumbs.db
desktop.ini

# Environment
.env
.env.local

# Build artifacts
*.whl
*.tar.gz
