# Environment variables .env .env.local .env.development .env.test .env.production # Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Virtual environments .venv/ venv/ ENV/ env/ .env/ # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Logs *.log logs/ log/ # Database *.db *.sqlite *.sqlite3 # Cache .cache/ .pytest_cache/ .coverage htmlcov/ # Jupyter Notebook .ipynb_checkpoints # FastAPI .pytest_cache/ # Node modules (if any frontend) node_modules/ # Temporary files *.tmp *.temp temp/ tmp/ # API Keys and secrets secrets.json config.json credentials.json # Test files test_*.py *_test.py tests/ # Documentation builds docs/_build/ # Coverage reports .coverage coverage.xml *.cover .hypothesis/ # mypy .mypy_cache/ .dmypy.json dmypy.json # Pyre type checker .pyre/ # Local development local_settings.py