__pycache__
*.pyc
.DS_Store
*.swp
.env
*.sqlite3
/venv/
/.venv/
/tmp/
/static/
/.vagrant/
/Vagrantfile.local
node_modules/
/npm-debug.log
/.idea/
.vscode
coverage
.python-version
.vim

# Build and distribution
/build/
/dist/
*.egg-info/
.eggs/

# PyPI
.pypirc
twine.log

# Project specific
apps/
test_project/