Skip to content
Draft
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
54 changes: 50 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,53 @@
*.pyc
# --- Security (CRITICAL) ---
.env
.venv
__pycache__
.DS_Store
.env.*
*.key
secrets.json

# --- Python ---
__pycache__/
*.py[cod]
*$py.class

# --- Virtual Environments ---
.venv/
venv/
ENV/
env/

# --- Distribution / Build ---
build/
dist/
*.egg-info/
.eggs/

# --- Testing & Coverage (The "Ugly" Folders) ---
htmlcov/
.coverage
.coverage.*
.tox/
.pytest_cache/
nosetests.xml
coverage.xml

# --- Flask ---
instance/
.webassets-cache

# --- IDEs & Editors ---
.vscode/
.idea/
*.swp
*.swo

# --- OS Specific ---
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# --- Project Specific ---
picturedata.txt
3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

613 changes: 0 additions & 613 deletions htmlcov/admin_py.html

This file was deleted.

196 changes: 0 additions & 196 deletions htmlcov/auth_py.html

This file was deleted.

637 changes: 0 additions & 637 deletions htmlcov/challenges_database_py.html

This file was deleted.

211 changes: 0 additions & 211 deletions htmlcov/class_index.html

This file was deleted.

Loading