You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
422 B

10 years ago
# virtual env
/env/
10 years ago
# transient files
10 years ago
/db-test.sqlite3*
10 years ago
/db-local.sqlite3*
/static
/media
/schema_*.pdf
10 years ago
# aux files
*.pyc
*.sw[mnop]
# secrets
/django.secret
# vim tmp files
*~
# org poznamky
schemata
TODO
# .htpasswd kvůli přihlášení
.htpasswd
# .htpasswd pro AESOPa
/.htpasswd-aesop
# reversion kvůli historii objektů v reversion
**/reversion
# pro lidi, co programují v nástrojích od JetBrains
.idea