# Ignore all files with prefix "."...
.*
# ...except for
!/.gitignore

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv/

# IDE files
*.code-workspace
.vscode/