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

176 lines
1.6 KiB
Text
Raw Permalink Normal View History

2023-11-28 18:19:43 +00:00
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Replit
2024-04-01 22:20:22 +00:00
*.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
2023-11-28 18:19:43 +00:00
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal
# Flask
2023-11-28 18:19:43 +00:00
instance/
.webassets-cache
# Scrapy
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
.python-version
2023-11-28 18:19:43 +00:00
# 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
2023-11-28 18:19:43 +00:00
.spyderproject
.spyproject
# Rope
2023-11-28 18:19:43 +00:00
.ropeproject
# mkdocs
2023-11-28 18:19:43 +00:00
/site
# Mypy
2023-11-28 18:19:43 +00:00
.mypy_cache/
.dmypy.json
dmypy.json
# Pyre
2023-11-28 18:19:43 +00:00
.pyre/
# Pytype
2023-11-28 18:19:43 +00:00
.pytype/
# Cython
2023-11-28 18:19:43 +00:00
cython_debug/
# Ruff
.ruff_cache/
# Logs
logs/
tux/logs/
# IDEs
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/
prisma/database.db
# Environments
.env
.venv
env/
venv/
ENV/
.env.bak
.env.old
.env.dev
.env.development
.env.test
.env.local
.env.production
.env.prod
# Sensitive files
github-private-key.pem
# Miscellaneous
2024-05-06 23:41:31 +00:00
/debug.csv
2024-07-29 16:45:22 +00:00
config/settings.json
config/settings.yml
# MacOS
.DS_Store