This commit is contained in:
neon
2026-04-02 09:08:33 -04:00
parent 7979aaccd9
commit ad1fa654e7
2 changed files with 67 additions and 0 deletions

67
.gitignore vendored Normal file
View File

@@ -0,0 +1,67 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
.venv/
ENV/
env.bak/
venv.bak/
*.pyc
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Project
*.log
*.pot
*.pyc
.localenv/
.env
.venv
# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.mypy_cache/
.dmypy.json
dmypy.json
# Database
*.db
*.sqlite
*.sqlite3
# Distribution
/dist/
/build/
*.egg-info/
*.egg
.idea/
# MyPy
.mypy_cache/
# Jupyter Notebook
.ipynb_checkpoints/
# Uploads
uploads/
media/
staticfiles/
# Secrets
*.key
*.pem
*.crt
config.local.*
secrets.*