paprykdev
388964d497
Some checks are pending
Docker Image CI / build (push) Waiting to run
Signed-off-by: paprykdev <58005447+paprykdev@users.noreply.github.com>
28 lines
376 B
Plaintext
28 lines
376 B
Plaintext
# Ignore Python cache and compiled files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.pyo
|
|
|
|
# Ignore virtual environment directories
|
|
.venv/
|
|
venv/
|
|
env/
|
|
|
|
# Ignore logs
|
|
logs/
|
|
*.log
|
|
|
|
# Ignore environment variables
|
|
.env
|
|
|
|
# Ignore Docker files
|
|
Dockerfile
|
|
docker-compose.yaml
|
|
|
|
# Ignore build directories
|
|
dist/
|
|
build/
|
|
|
|
# Ignore any other files or directories you want to exclude
|
|
.supertajnyplik.donotopen
|