git ignore first

This commit is contained in:
Patsy 2026-07-17 20:30:16 +02:00
commit 8fddbed915

55
.gitignore vendored Normal file
View file

@ -0,0 +1,55 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
venv/
ENV/
env/
.env
# Flask
flask.db
instance/
# Environment variables (keep .env.example)
.env
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Testing
.pytest_cache/
.coverage
htmlcov/
*.cover
# Database
*.db
*.sqlite3
# OS
.DS_Store
Thumbs.db