# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
.eggs/
*.egg

# Virtual Environment
venv/
env/
venv.bak/
.env

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

# OS
.DS_Store
Thumbs.db

# Docker
.dockerignore
.docker/

# Test
tests/
test_*.py
*_test.py
.pytest_cache/

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

# Cache
.cache/
