# .gitignore file created for free with Tower (https://www.git-tower.com/)
# For suggestions or improvements please contact us using support@git-tower.com
# Generated on 2026-05-09
# Includes: rust, python, go, typescript, javascript

### Universal ###
# Common files that should be ignored in all projects

# Logs
*.log
# Temporary files
*.tmp
*~

*.bak
# Environment files (containing secrets, API keys, credentials)
.env
*.env
.env.*

# Local configuration that shouldn't be shared
*.local

### Rust ###
# rust specific files

/target/
**/*.rs.bk
debug/
target/debug/
target/release/

# mdbook output
docs/book/

### Python ###
# Python compiled files, virtual environments, and cache

__pycache__/
*.py[cod]
*$py.class
*.so
.Python

pypackages/
build/
develop-eggs/
dist/
downloads/

eggs/
.eggs/
lib/
lib64/
parts/

sdist/
var/
wheels/
share/python-wheels/
*.egg-info/

.installed.cfg
*.egg
MANIFEST
.venv
env/

venv/
ENV/
.pytest_cache/
.coverage
htmlcov/

# PyInstaller
*.manifest
*.spec
# Installer logs
pip-log.txt

pip-delete-this-directory.txt
# Unit test / coverage reports
.tox/
.nox/
.coverage.*

nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/

cover/
# Translations
*.mo
*.pot
# Django

local_settings.py
db.sqlite3
db.sqlite3-journal
# Flask
instance/

.webassets-cache
# Scrapy
.scrapy
# Sphinx
docs/_build/

# PyBuilder
.pybuilder/
target/
# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py
# pyenv
#.python-version

# pipenv
#Pipfile.lock
# poetry
#poetry.lock
# pdm

.pdm.toml
__pypackages__/
# Celery
celerybeat-schedule
celerybeat.pid

# SageMath
*.sage.py
# Spyder
.spyderproject
.spyproject

# Rope
.ropeproject
# mkdocs
/site
# mypy

.mypy_cache/
.dmypy.json
dmypy.json
# Pyre
.pyre/

# pytype
.pytype/
# Cython
cython_debug/
# Poetry

poetry.toml
# ruff
.ruff_cache/
# LSP
pyrightconfig.json

*.sage.py
.pdm.toml
profile_default/
.nox/
.spyproject

site/

### Go ###
# go specific files

*.exe
*.test
vendor/
*.out
go.work

go.sum

### Typescript ###
# typescript specific files

*.tsbuildinfo
node_modules/
dist/

### Javascript ###
# javascript specific files

node_modules/
*.log
npm-debug.log*
yarn-debug.log*
.cache/

dist/
coverage/
.synode/
