Add template files for languages, frameworks, IDEs, OS, and tools
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-02-01 03:32:52 +00:00
parent 92ca3d051a
commit 71cdced058

View File

@@ -0,0 +1,81 @@
# Python
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
*.tar.gz
*.zip
# Virtual Environments
venv/
ENV/
env/
.venv/
.env
# pyenv
.python-version
# mypy
.mypy_cache/
dmypy.json
dmypy.py
# pytest
.pytest_cache/
.coverage
htmlcov/
# Flask
instance/
.webassets-cache
# Django
*.log
local_settings.py
db.sqlite3
media/
# Celery
celerybeat-schedule
celerybeat.pid
# Sphinx
docs/_build/
# PyInstaller
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Translations
*.mo
*.pot
# Django stuff
staticfiles/
*.pot
.pytest_cache
.coverage
htmlcov/