mirror of
https://github.com/Xevion/exercism.git
synced 2025-12-06 01:14:56 -06:00
23 lines
322 B
Plaintext
23 lines
322 B
Plaintext
# Repository level
|
|
.vscode/**
|
|
.idea/**
|
|
.pytest_cache/**
|
|
.elixir_ls/**
|
|
|
|
# Python
|
|
python/**/__pycache__/**
|
|
python/**/.pytest_cache/**
|
|
tempCodeRunnerFile.py
|
|
*.pyc
|
|
|
|
# Java
|
|
java/**/.idea/**
|
|
java/**/.gradle/**
|
|
java/**/bin/**
|
|
java/**/build/**
|
|
java/**/*.iml
|
|
|
|
# Clojure
|
|
clojure/**/target/**
|
|
clojure/**/.lein*
|
|
clojure/**/.nrepl-port |