Skip to content
Snippets Groups Projects
Commit c9b7d596 authored by Chris's avatar Chris
Browse files

git ignore

parent 320c9bb6
No related branches found
No related tags found
No related merge requests found
# Ignore all PyCharm project files
.idea/
# Ignore Python cache files
__pycache__/
*.py[cod]
*$py.class
# Ignore virtual environment folders
env/
venv/
ENV/
.venv/
# Ignore distribution/build folders
build/
dist/
*.egg-info/
# Ignore Jupyter Notebook checkpoints
.ipynb_checkpoints/
# Ignore log files
*.log
# Ignore OS-specific files
.DS_Store
Thumbs.db
# Ignore compiled files and object files
*.o
*.so
*.a
*.out
# Ignore any local configuration or environment files
*.env
.env.*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment