*.py[cod]
*~

# C extensions
*.so

# Packages
*.egg
*.egg-info
dist
build
eggs
.eggs/
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
__pycache__
staticroot
/media
*.sqlite
bower
/youckan.ini
*.db
*.log
*.pid
.webassets-cache
js-built
.DS_Store
*.min.css
*.min.js
/instance/
/static/
/doc/_build/
/site/
/node_modules/
/udata/static/
/jsdoc/
*.rdb

# Python packaging
.ruff_cache
venv
.venv
.python-version

# Installer logs
pip-log.txt

# Unit test / coverage reports
.cache
.coverage
.pytest_cache
.tox
cover
nosetests.xml
coverage.xml
/coverage/
/reports/

# Translations
*.mo

# IDEs
.cursor
.vscode
.idea
.mr.developer.cfg
.project
.pydevproject

# Force .gitignore files
!.gitignore
.noseids
Procfile

# Env file
.env
