Files
ivatar/.gitignore
Oliver Falk dcbd2c5df5 Patch release - no major changes
Testing fixes and stabilization
Test improvement / speed up
PostgreSQL side container for building
2025-02-07 10:43:37 +00:00

25 lines
282 B
Plaintext

__pycache__
/db.sqlite3
/static/*
**.*.swp
.coverage
htmlcov/
.virtualenv
.pyre
.vscode
**.pyc
.ropeproject/
db.sqlite3.SAVE
node_modules/
config_local.py
locale/*/LC_MESSAGES/django.mo
.DS_Store
.idea/
contacts.csv
falko_gravatar.jpg
*.egg-info
dump_all*.sql
dist/
.env.local
tmp/