.gitignore: organize, add more offenders
This commit is contained in:
+21
-9
@@ -1,29 +1,41 @@
|
|||||||
|
# Various python cache and build files
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
*$py.class
|
*$py.class
|
||||||
|
|
||||||
worblehat.sqlite
|
# Build and test system outputs
|
||||||
|
.coverage
|
||||||
|
.coverage.*
|
||||||
|
dist/
|
||||||
|
htmlcov
|
||||||
|
src/worblehat/_version.py
|
||||||
|
test-report/
|
||||||
|
worblehat.egg-info
|
||||||
|
|
||||||
.env
|
# Virtual environment files
|
||||||
.venv
|
.venv
|
||||||
env/
|
|
||||||
venv/
|
|
||||||
ENV/
|
ENV/
|
||||||
env.bak/
|
env.bak/
|
||||||
|
env/
|
||||||
venv.bak/
|
venv.bak/
|
||||||
|
venv/
|
||||||
|
|
||||||
|
# Local environment files
|
||||||
.env
|
.env
|
||||||
.env.development.local
|
.env.development.local
|
||||||
.env.test.local
|
.env.test.local
|
||||||
.env.production.local
|
.env.production.local
|
||||||
.env.local
|
.env.local
|
||||||
|
|
||||||
dist/
|
# Ruff
|
||||||
|
.ruff_cache
|
||||||
|
|
||||||
|
# Nix stuff
|
||||||
result
|
result
|
||||||
|
|
||||||
config.toml
|
|
||||||
|
|
||||||
*.qcow2
|
*.qcow2
|
||||||
|
|
||||||
test-report/
|
# Development config
|
||||||
|
config.toml
|
||||||
|
|
||||||
|
# Development database
|
||||||
|
worblehat.sqlite
|
||||||
|
|||||||
Reference in New Issue
Block a user