Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanheemstra committed Oct 31, 2024
1 parent 53707bb commit 4882ba7
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions threagile-builder/src/threagile_builder/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Python cache files
app/__pycache__
__pycache__/
*.py[cod]

# Virtual environment
venv/
env/
ENV/
.venv/

# Flask instance folder
instance/

# Configuration files
*.env

# Database files
*.sqlite3
*.db

# Migrations
migrations/
*.pyc

# IDE and editor files
.idea/
.vscode/
*.swp

# Logs
*.log

# node modules
app/node_modules

# Coverage reports
.coverage
htmlcov/

# Jupyter Notebook checkpoints
.ipynb_checkpoints

# Miscellaneous
*.DS_Store
*.egg-info/
*.egg

0 comments on commit 4882ba7

Please sign in to comment.