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

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

# Virtual environments
venv/
.venv/
env/

# Environment variables
.env

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

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

# Logs
logs/
*.log

# OS
.DS_Store
Thumbs.db
