Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 61 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Virtual environment
venv/
.env/
.venv/

# Distribution / packaging
build/
dist/
*.egg-info/

# Logs and databases
*.log
*.sqlite3

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
pytest_cache/
junit.xml

# MyPy
.mypy_cache/

# Jupyter Notebook checkpoints
.ipynb_checkpoints/

# VS Code settings
.vscode/
.settings/

# macOS system files
.DS_Store

# PyCharm
.idea/
*.iml

# pipenv, poetry, and pip compile artifacts
Pipfile
Pipfile.lock
poetry.lock
requirements.txt
requirements-dev.txt

# Docker
*.dockerignore

# Environment variables
.env
.env.local
.env.*.local
Binary file added Beyond-Baby-Blues - Hackthon Team 07.pdf
Binary file not shown.
Binary file added Beyond-Baby-Blues - Hackthon Team 07.pptx
Binary file not shown.
Binary file added BeyondBabyBlues_Team7.mp4
Binary file not shown.
Loading