summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 2dc6201c86d205bd5feedaa534f9a24a694d0829 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Ignore .env to prevent sensitive data from being tracked
.env

# Ignore editor backups and temporary files
*~
*.swp
*.tmp

# Ignore compiled/output files
*.out
*.log

# Ignore directories that may contain compiled or output files
tmp/
logs/