Inital Commit
This commit is contained in:
39
.gitignore
vendored
Normal file
39
.gitignore
vendored
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
# Ignore all files by default
|
||||||
|
*
|
||||||
|
|
||||||
|
# Whitelist specific files to track
|
||||||
|
!time_tracker.py
|
||||||
|
|
||||||
|
# Keep this gitignore file
|
||||||
|
!.gitignore
|
||||||
|
|
||||||
|
# Ignore common Python artifacts
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
*.pyo
|
||||||
|
*.pyd
|
||||||
|
.Python
|
||||||
|
*.so
|
||||||
|
|
||||||
|
# Ignore virtual environments
|
||||||
|
venv/
|
||||||
|
env/
|
||||||
|
ENV/
|
||||||
|
|
||||||
|
# Ignore IDE files
|
||||||
|
.vscode/
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
*~
|
||||||
|
|
||||||
|
# Ignore temp files
|
||||||
|
*.tmp
|
||||||
|
*.bak
|
||||||
|
|
||||||
|
# Ignore log files
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# Ignore configuration and data files
|
||||||
|
*.json
|
||||||
|
*.csv
|
||||||
|
!time_tracker.py
|
||||||
1364
time_tracker.py
Normal file
1364
time_tracker.py
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user