# Virtual Environment venv/ env/ ENV/ .venv/ .env/ .ENV/ # Python bytecode __pycache__/ *.py[cod] *$py.class *.so .Python # Distribution / packaging dist/ build/ *.egg-info/ *.egg # Unit test / coverage reports htmlcov/ .tox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover .hypothesis/ # Flask stuff instance/ .webassets-cache # Database files *.db *.sqlite *.sqlite3 # Logs logs/ *.log # Environment variables .env .env.local .env.development .env.test .env.production # IDE specific files .idea/ .vscode/ *.swp *.swo .DS_Store