Skip to content
Snippets Groups Projects
.gitignore 893 B
Newer Older
# Byte-compiled / optimized / DLL files
*$py.class
Aleksolotl's avatar
Aleksolotl committed
*.py[cod]
__pycache__/

# Distribution / packaging
Aleksolotl's avatar
Aleksolotl committed
*.egg
*.egg-info/
Aleksolotl's avatar
Aleksolotl committed
.eggs/
.installed.cfg
build/
develop-eggs/
dist/
downloads/
eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/

# Installer logs
pip-delete-this-directory.txt
Aleksolotl's avatar
Aleksolotl committed
pip-log.txt

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py

# pyenv
.python-version

# Environments
.env
.venv
Aleksolotl's avatar
Aleksolotl committed
ENV/
Aleksolotl's avatar
Aleksolotl committed
# IntelliJ
.idea
.idea/

# VSCode
.vscode/
.history/
*.code-workspace

Aleksolotl's avatar
Aleksolotl committed
# TeX
*.aux

# Generated files
/cache
/node_modules
.dev-js/node_modules
/static/
/whoosh_index/
.vite
Jonathan Weth's avatar
Jonathan Weth committed
.dev-js/.yarn
.dev-js/.pnp.cjs
.dev-js/.pnp.loader.mjs
Jonathan Weth's avatar
Jonathan Weth committed

Aleksolotl's avatar
Aleksolotl committed
# Lock files
Jonathan Weth's avatar
Jonathan Weth committed
poetry.lock
Aleksolotl's avatar
Aleksolotl committed
package-lock.json
yarn.lock
.dev-js/yarn.lock

# Tests
.coverage
.mypy_cache/
.tox/
htmlcov/

# Data
maintenance_mode_state.txt
media/