# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

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

# PyCharm files
.idea/
*.iml
*.ipr
*.iws

# VSCode files
.vscode/
*.code-workspace

# Other
*.log
*.db
*.sqlite
.DS_Store
Thumbs.db
