Testing_Live_deploy / .gitignore
JossyJoe's picture
first commit
7507ed0
raw
history blame contribute delete
608 Bytes
# Python bytecode
*.pyc
*.pyo
*.pyd
__pycache__/
# Virtual environment
venv/
.env/
# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
# IDEs and editors
.vscode/
.idea/
*.suo
*.user
*.userosscache
*.suo
*.swp
*.swo
*.swn
*.dirstat
*.log
*.pot
*.mo
# Migrations
migrations/
alembic/
# Database
*.sqlite3
*.db
# Jupyter Notebook
.ipynb_checkpoints/
# Environment variables
.env
# Coverage reports
.coverage
.coverage.*
*.cover
nosetests.xml
coverage.xml
*.coveragerc
*.tox
*.nox
*.hypothesis
*.pytest_cache/
*.tox/
*.nox/
# FastAPI specific files
*.log
*.sqlite3
*.db
# Pytest
*.pytest_cache/