tests/__pycache__/conftest.cpython-313-pytest-8.3.5.pyc scripts/__pycache__/check_routes.cpython-313-pytest-8.3.5.pyc # Python bytecode __pycache__/ *.py[cod] *$py.class # Distribution / packaging dist/ build/ *.egg-info/ # Virtual environments venv/ env/ ENV/ .env/ .venv/ # Flask stuff instance/ .webassets-cache flask_session/ # SQLite database files *.sqlite *.sqlite3 *.db # Unit test / coverage reports htmlcov/ .tox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover .hypothesis/ .pytest_cache/ # Jupyter Notebook .ipynb_checkpoints # VS Code .vscode/ *.code-workspace # PyCharm .idea/ *.iml *.iws *.ipr # Environment variables .env .env.local .env.development .env.test .env.production # Logs logs/ *.log npm-debug.log* yarn-debug.log* yarn-error.log* # System files .DS_Store Thumbs.db ehthumbs.db Desktop.ini # User-specific files *.swp *.swo *~ # Local development settings local_settings.py # Media and static files (if collected locally) /media/ /static/collected/