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

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

# Build output
build/
dist/
*.egg-info/
*.egg

# Logs
*.log

# Environment variables
.env*

# OS files
.DS_Store
Thumbs.db

# Editor directories and files
.vscode/
.idea/
*.swp
*.swo
*~

# Godot
.godot/
*.import

# Coverage directory
coverage/
