1
Fork 0
mirror of https://github.com/allthingslinux/tux.git synced 2024-10-03 00:53:12 +00:00
tux/.gitignore

160 lines
1.6 KiB
Text
Raw Normal View History

2023-11-28 18:19:43 +00:00
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
2024-04-01 22:20:22 +00:00
# Replit Slop
*.replit
*.nix
2023-11-28 18:19:43 +00:00
# C extensions
*.so
# Distribution / packaging
.Python
build/
2023-11-28 18:19:43 +00:00
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test/coverage reports
2023-11-28 18:19:43 +00:00
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/
# Translations
*.mo
*.pot
# Django stuff
2023-11-28 18:19:43 +00:00
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal
# Flask stuff
2023-11-28 18:19:43 +00:00
instance/
.webassets-cache
# Scrapy stuff
2023-11-28 18:19:43 +00:00
.scrapy
# Sphinx documentation
docs/_build/
# PyBuilder
.pybuilder/
target/
# Jupyter Notebook
.ipynb_checkpoints
# IPython
profile_default/
ipython_config.py
# Pyenv
2023-11-28 18:19:43 +00:00
# .python-version
# Pipenv
# Pipfile.lock
# Poetry
# poetry.lock
# Pdm
# .pdm.toml
# PEP 582
2023-11-28 18:19:43 +00:00
__pypackages__/
# Celery
2023-11-28 18:19:43 +00:00
celerybeat-schedule
celerybeat.pid
# SageMath parsed files
*.sage.py
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# mkdocs documentation
/site
# Mypy
2023-11-28 18:19:43 +00:00
.mypy_cache/
.dmypy.json
dmypy.json
# Pyre type checker
.pyre/
# Pytype static type analyzer
2023-11-28 18:19:43 +00:00
.pytype/
# Cython debug symbols
cython_debug/
# Logs
logs/
tux/logs/
2023-11-28 18:19:43 +00:00
# PyCharm
.idea/
2024-01-01 03:09:17 +00:00
# VS Code
2024-01-01 03:09:17 +00:00
.vscode/
# Prisma
.binaries/
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.env.old
# Local dev database
prisma/database.db
# private key for github
github-private-key.pem
2024-05-06 23:41:31 +00:00
/debug.csv