OpenSlides/.gitignore

24 lines
262 B
Plaintext

# General
*.pyc
*.swp
*~
# Virtual Environment
.venv/*
# Development settings and database
settings.py
database.sqlite
!tests/settings.py
# Package building
docs/_build/*
*.egg-info
build/*
dist/*
.DS_Store
# Unit test and coverage reports
.coverage
htmlcov