Skip to content

Commit

Permalink
Updated .gitignore and removed unnecessary tracked files
Browse files Browse the repository at this point in the history
  • Loading branch information
sergism77 committed Jan 4, 2025
1 parent 7d5f195 commit f2035ec
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 296 deletions.
36 changes: 21 additions & 15 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,63 +1,69 @@
# Byte-compiled files and cache
# -------------------------------
# Python Bytecode and Cache
__pycache__/
*.py[cod]
*$py.class

# Virtual environment and environment configuration
# Virtual Environment
venv/
.env/
env/
*.env
.env.*.local

# Package and build files
# Build and Distribution
*.egg-info/
*.egg
*.whl
build/
dist/

# Test and coverage results
# Testing and Coverage
.coverage
htmlcov/
.tox/
.nox/
pytest_cache/
.pytest_cache/
.cache/

# PyInstaller
*.spec

# Jupyter Notebook checkpoints
# Jupyter Notebook Checkpoints
.ipynb_checkpoints/

# Logs, temporary files, and debug files
# Logs and Debug Files
*.log
logs/
*.tmp
debug.log
seigr_hypha_crypt.log
*.swp

# System files
# System Files
.DS_Store
Thumbs.db

# IDE/editor configs
# IDE/Editor Configurations
.vscode/
.idea/
*.sublime-workspace
*.sublime-project

# Environment files
.env
.env.*.local

# Project-specific folders
# Project-Specific Folders
uploads/
encoded_files/
decoded_files/
project_tree.txt
tree.txt

# Temporary generated documentation files
# Temporary Documentation Files
docs/_build/
docs/_static/

# Shell Scripts (temporary)
*.sh

# Protobuf and External Dependencies
src/protobuf-29.2/
third_party/
30 changes: 0 additions & 30 deletions build_protos.sh

This file was deleted.

6 changes: 0 additions & 6 deletions fix_imports.sh

This file was deleted.

245 changes: 0 additions & 245 deletions tree.txt

This file was deleted.

0 comments on commit f2035ec

Please sign in to comment.